Add GDK_AVAILABLE annotations to new API
authorMatthias Clasen <mclasen@redhat.com>
Sun, 15 Jul 2012 04:53:46 +0000 (00:53 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 15 Jul 2012 04:53:46 +0000 (00:53 -0400)
gtk/gtkbutton.h

index e97ad5f01eae4d5187415ad59bbf1242a98775aa..9166db0cf1e028150e70384e3bdd8e069469c454 100644 (file)
@@ -116,8 +116,10 @@ GtkWidget*            gtk_button_get_image          (GtkButton      *button);
 void                  gtk_button_set_image_position (GtkButton      *button,
                                                     GtkPositionType position);
 GtkPositionType       gtk_button_get_image_position (GtkButton      *button);
+GDK_AVAILABLE_IN_3_6
 void                  gtk_button_set_always_show_image (GtkButton   *button,
                                                         gboolean     always_show);
+GDK_AVAILABLE_IN_3_6
 gboolean              gtk_button_get_always_show_image (GtkButton   *button);
 
 GdkWindow*            gtk_button_get_event_window   (GtkButton      *button);